projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5217568
)
(Fdefalias): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Jun 1996 16:54:54 +0000
(16:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Jun 1996 16:54:54 +0000
(16:54 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 23b15d0081f4dbda69cf5f4299b921420f578746..88ed31a14bb6a403bde530d275e4cf8666485854 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-651,7
+651,7
@@
DEFUN ("fset", Ffset, Sfset, 2, 2, 0,
/* This name should be removed once it is eliminated from elsewhere. */
DEFUN ("defalias", Fdefalias, Sdefalias, 2, 2, 0,
- "Set SYMBOL's function definition to NEW
VAL, and return NEWVAL
.\n\
+ "Set SYMBOL's function definition to NEW
DEF, and return NEWDEF
.\n\
Associates the function with the current load file, if any.")
(symbol, newdef)
register Lisp_Object symbol, newdef;